//==============================================================================
// Hoplite_Anim.txt
//==============================================================================

//==============================================================================
define spear
{
   SetSelector
   {
		set hotspot
		{
			version
			{
				Visual infantry x trident soldier trident
			}
		}
	}
}

//==============================================================================
define Head
{
   SetSelector
   {
      set hotspot
      {
         version
         {
            Visual Infantry x maceman Head copper
         }
      }
   }
}

//==============================================================================
anim Bored
{
	SetSelector
	{
		SetSelector
		{
			set hotspot
			{
				version
				{
					Visual Infantry G Hoplite_BoredA
					ReplaceTexture Infantry G Hoplite Standard/scenario x marauder
					connect RightHand Spear hotspot
					connect LeftForearm LargeGreekShield hotspot
					Connect TopOfHead Head hotspot
				}
			}
		}
	}
}


//==============================================================================
anim Idle
{
	SetSelector
	{
		SetSelector
		{
			set hotspot
			{
				version
				{
					Visual Infantry G Hoplite_IdleA
					ReplaceTexture Infantry G Hoplite Standard/scenario x marauder
					connect RightHand Spear hotspot
					connect LeftForearm LargeGreekShield hotspot
					Connect TopOfHead Head hotspot
				}
			}
		}
	}
}


//==============================================================================
anim run
{
   SetSelector
   {
      set hotspot
      {
         version
         {
				Visual Infantry G Hoplite_walkA
//-- auto generated by the bang animation tool
//-- do not hand edit these values
            tag FootstepLeft 0.00 true   
            tag FootstepRight 0.50 true   
//-- end auto generated section
				ReplaceTexture Infantry G Hoplite Standard/scenario x marauder
				connect RightHand Spear hotspot
				connect LeftForearm LargeGreekShield hotspot
				Connect TopOfHead Head hotspot
         }
      }
   }
}

//==============================================================================
anim Walk
{
	SetSelector
	{
		SetSelector
		{
			set hotspot
			{
				version
				{
					Visual Infantry G Hoplite_walkA
//-- auto generated by the bang animation tool
//-- do not hand edit these values
               tag FootstepLeft 0.00 true   
               tag FootstepRight 0.50 true   
//-- end auto generated section
					ReplaceTexture Infantry G Hoplite Standard/scenario x marauder
					connect RightHand Spear hotspot
					connect LeftForearm LargeGreekShield hotspot
					Connect TopOfHead Head hotspot
				}
			}
		}
	}
}

//==============================================================================
anim Attack
{
	SetSelector
	{
		SetSelector
		{
			set hotspot
			{
				version
				{
					Visual Infantry G Hoplite_AttackA
//-- auto generated by the bang animation tool
//-- do not hand edit these values
               tag Attack 0.49 true   
               tag GenericSound 0.40 true   
//-- end auto generated section
					ReplaceTexture Infantry G Hoplite Standard/scenario x marauder
					connect RightHand Spear hotspot
					connect LeftForearm LargeGreekShield hotspot
					Connect TopOfHead Head hotspot
				}
			}
		}
	}
}

//==============================================================================
anim Death
{
   SetSelector
   {
      set hotspot
      {
         version
         {
				Visual Infantry G Hoplite_DeathA
				ReplaceTexture Infantry G Hoplite Standard/scenario x marauder
				connect RightHand Spear hotspot
				connect LeftForearm LargeGreekShield hotspot
				Connect TopOfHead Head hotspot
         }
      }
   }
}


//==============================================================================
anim Flail
{
   SetSelector
   {
      set hotspot
      {
         version
         {
				Visual Infantry G Hoplite_FlailA
				ReplaceTexture Infantry G Hoplite Standard/scenario x marauder
				connect RightHand Spear hotspot
				connect LeftForearm LargeGreekShield hotspot
				Connect TopOfHead Head hotspot
         }
      }
   }
}